Jump to content

Recommended Posts

Hi,i installed some mods:Always on status fish farm golden spear and William character  William is working but other mods are crashing i have good version and i dont have DLC please help me. 

Sorry for language but im from Poland :-)

Always On Status crashes for me, too. If your game crashes when you go in-game and says "widget" anywhere in the Error Screen, that would be Always On Status.

Always On Status crashes for me, too. If your game crashes when you go in-game and says "widget" anywhere in the Error Screen, that would be Always On Status.

its crashes because of using custom component without checking his availability like it was in previous versions

 

so obvios fix for prefab of custom characters is something like:

 local function AOSFix(inst)    inst:AddComponent("switch")endlocal function ExecIfMod(modname,func)    for _, moddir in ipairs(GLOBAL.KnownModIndex:GetModsToLoad()) do        if GLOBAL.KnownModIndex:GetModInfo(moddir).name == modname then            if func then func() end        end    endend ExecIfMod("Always On Status",function() AddPrefabPostInit("wulfe", AOSFix) end)

I have the same problem on a laptop but what happened was that when I enable some mods like rpg hud and always on status it won't just enable. No mods installed warning, no crashed warning no mod in game, and the mods section saying it crashed on last start.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...